{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-core-convert",
      "artifactVersion": "2021.66.4",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.ecm.core.convert",
          "org.nuxeo.ecm.core.convert.api",
          "org.nuxeo.ecm.core.convert.plugins"
        ],
        "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.convert",
        "id": "grp:org.nuxeo.ecm.core.convert",
        "name": "org.nuxeo.ecm.core.convert",
        "parentIds": [
          "grp:org.nuxeo.ecm.core"
        ],
        "readmes": [],
        "version": "2021.66"
      },
      "bundleId": "org.nuxeo.ecm.core.convert",
      "components": [
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.ecm.core.convert.service.ConversionServiceImpl",
          "documentation": "\n    Service to handle conversions\n  \n",
          "documentationHtml": "<p>\nService to handle conversions\n</p><p></p>",
          "extensionPoints": [
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.ecm.core.convert.service.ConversionServiceImpl",
              "descriptors": [
                "org.nuxeo.ecm.core.convert.extension.ConverterDescriptor"
              ],
              "documentation": "\n      This extension can be used to register new converters\n    \n",
              "documentationHtml": "<p>\nThis extension can be used to register new converters\n</p><p></p>",
              "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.convert/org.nuxeo.ecm.core.convert/org.nuxeo.ecm.core.convert.service.ConversionServiceImpl/ExtensionPoints/org.nuxeo.ecm.core.convert.service.ConversionServiceImpl--converter",
              "id": "org.nuxeo.ecm.core.convert.service.ConversionServiceImpl--converter",
              "label": "converter (org.nuxeo.ecm.core.convert.service.ConversionServiceImpl)",
              "name": "converter",
              "version": "2021.66.4"
            },
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.ecm.core.convert.service.ConversionServiceImpl",
              "descriptors": [
                "org.nuxeo.ecm.core.convert.extension.GlobalConfigDescriptor"
              ],
              "documentation": "\n      This extension can be used to configure conversion service\n    \n",
              "documentationHtml": "<p>\nThis extension can be used to configure conversion service\n</p><p></p>",
              "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.convert/org.nuxeo.ecm.core.convert/org.nuxeo.ecm.core.convert.service.ConversionServiceImpl/ExtensionPoints/org.nuxeo.ecm.core.convert.service.ConversionServiceImpl--configuration",
              "id": "org.nuxeo.ecm.core.convert.service.ConversionServiceImpl--configuration",
              "label": "configuration (org.nuxeo.ecm.core.convert.service.ConversionServiceImpl)",
              "name": "configuration",
              "version": "2021.66.4"
            }
          ],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.convert/org.nuxeo.ecm.core.convert/org.nuxeo.ecm.core.convert.service.ConversionServiceImpl",
          "name": "org.nuxeo.ecm.core.convert.service.ConversionServiceImpl",
          "requirements": [],
          "resolutionOrder": 139,
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.ecm.core.convert.service.ConversionServiceImpl",
              "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.convert/org.nuxeo.ecm.core.convert/org.nuxeo.ecm.core.convert.service.ConversionServiceImpl/Services/org.nuxeo.ecm.core.convert.api.ConversionService",
              "id": "org.nuxeo.ecm.core.convert.api.ConversionService",
              "overriden": false,
              "version": "2021.66.4"
            },
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.ecm.core.convert.service.ConversionServiceImpl",
              "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.convert/org.nuxeo.ecm.core.convert/org.nuxeo.ecm.core.convert.service.ConversionServiceImpl/Services/org.nuxeo.ecm.core.convert.service.MimeTypeTranslationHelper",
              "id": "org.nuxeo.ecm.core.convert.service.MimeTypeTranslationHelper",
              "overriden": false,
              "version": "2021.66.4"
            }
          ],
          "startOrder": 821,
          "version": "2021.66.4",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.core.convert.service.ConversionServiceImpl\">\n  <documentation>\n    Service to handle conversions\n  </documentation>\n\n  <implementation class=\"org.nuxeo.ecm.core.convert.service.ConversionServiceImpl\"/>\n\n  <service>\n    <provide interface=\"org.nuxeo.ecm.core.convert.api.ConversionService\"/>\n    <provide interface=\"org.nuxeo.ecm.core.convert.service.MimeTypeTranslationHelper\"/>\n  </service>\n\n  <extension-point name=\"converter\">\n    <documentation>\n      This extension can be used to register new converters\n    </documentation>\n    <object class=\"org.nuxeo.ecm.core.convert.extension.ConverterDescriptor\"/>\n  </extension-point>\n\n  <extension-point name=\"configuration\">\n    <documentation>\n      This extension can be used to configure conversion service\n    </documentation>\n    <object class=\"org.nuxeo.ecm.core.convert.extension.GlobalConfigDescriptor\"/>\n  </extension-point>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/convert-service-framework.xml",
          "xmlPureComponent": false
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentation": "\n      Property that enforces the source mime type check when calling a converter. Defaults to true.\n\n      @since 10.3\n    \n",
              "documentationHtml": "<p>\nProperty that enforces the source mime type check when calling a converter. Defaults to true.\n</p><p>\n&#64;since 10.3\n</p><p></p>",
              "extensionPoint": "org.nuxeo.runtime.ConfigurationService--configuration",
              "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.convert/org.nuxeo.ecm.core.convert/org.nuxeo.ecm.core.convert.configuration/Contributions/org.nuxeo.ecm.core.convert.configuration--configuration",
              "id": "org.nuxeo.ecm.core.convert.configuration--configuration",
              "registrationOrder": 19,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.runtime.ConfigurationService",
                "name": "org.nuxeo.runtime.ConfigurationService",
                "type": "service"
              },
              "version": "2021.66.4",
              "xml": "<extension point=\"configuration\" target=\"org.nuxeo.runtime.ConfigurationService\">\n    <documentation>\n      Property that enforces the source mime type check when calling a converter. Defaults to true.\n\n      @since 10.3\n    </documentation>\n    <property name=\"nuxeo.convert.enforceSourceMimeTypeCheck\">true</property>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.convert/org.nuxeo.ecm.core.convert/org.nuxeo.ecm.core.convert.configuration",
          "name": "org.nuxeo.ecm.core.convert.configuration",
          "requirements": [],
          "resolutionOrder": 140,
          "services": [],
          "startOrder": 135,
          "version": "2021.66.4",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.core.convert.configuration\">\n\n  <extension target=\"org.nuxeo.runtime.ConfigurationService\" point=\"configuration\">\n    <documentation>\n      Property that enforces the source mime type check when calling a converter. Defaults to true.\n\n      @since 10.3\n    </documentation>\n    <property name=\"nuxeo.convert.enforceSourceMimeTypeCheck\">true</property>\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/properties-contrib.xml",
          "xmlPureComponent": true
        }
      ],
      "fileName": "nuxeo-core-convert-2021.66.4.jar",
      "groupId": "org.nuxeo.ecm.core",
      "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.convert/org.nuxeo.ecm.core.convert",
      "id": "org.nuxeo.ecm.core.convert",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: 1.6.0_20 (Sun Microsystems Inc.)\r\nBuilt-By: root\r\nBuild-Jdk: 11.0.25\r\nBundle-ManifestVersion: 2\r\nBundle-Version: 5.4.2.qualifier\r\nExport-Package: org.nuxeo.ecm.core.convert.cache,org.nuxeo.ecm.core.co\r\n nvert.extension,org.nuxeo.ecm.core.convert.service\r\nBundle-ActivationPolicy: lazy\r\nBundle-ClassPath: .\r\nBundle-Category: core\r\nBundle-Name: org.nuxeo.ecm.core.convert\r\nBundle-RequiredExecutionEnvironment: JavaSE-1.6\r\nEclipse-BuddyPolicy: dependent\r\nNuxeo-Component: OSGI-INF/convert-service-framework.xml,OSGI-INF/prope\r\n rties-contrib.xml\r\nImport-Package: org.apache.commons.logging,org.nuxeo.common.utils,org.\r\n nuxeo.common.xmap.annotation,org.nuxeo.ecm.core;api=split,org.nuxeo.e\r\n cm.core.api;api=split,org.nuxeo.ecm.core.api.blobholder,org.nuxeo.ecm\r\n .core.api.impl.blob,org.nuxeo.ecm.core.convert.api,org.nuxeo.runtime.\r\n api,org.nuxeo.runtime.model,org.osgi.framework\r\nBundle-SymbolicName: org.nuxeo.ecm.core.convert\r\n\r\n",
      "maxResolutionOrder": 140,
      "minResolutionOrder": 139,
      "packages": [],
      "requirements": [],
      "version": "2021.66.4"
    }
  ],
  "creationDate": 1738059524582,
  "key": "Nuxeo Platform-2021.66",
  "name": "Nuxeo Platform",
  "operations": [],
  "packages": [],
  "pluginSnapshots": {},
  "releaseDate": 1738059524582,
  "version": "2021.66"
}